xdoclet.sdk.xtag.migrator
Class Namespace

java.lang.Object
  |
  +--xdoclet.sdk.xgg.XGGPojo
        |
        +--xdoclet.sdk.xtag.migrator.Namespace

public final class Namespace
extends XGGPojo

XML element: <namespace/>

. This element exists in the following versions:

Author:
XDoclet

Constructor Summary
Namespace()
          Default constructor.
Namespace(Xdoclet parent)
          Constructor.
 
Method Summary
 Condition getCondition()
           
 ConditionDescription getConditionDescription()
           
 Tags getTags()
           
 UsageDescription getUsageDescription()
           
 Xmlname getXmlname()
           
 void setCondition(Condition condition)
          XML element: <condition/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1)
 void setConditionDescription(ConditionDescription conditionDescription)
          XML element: <condition-description/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1)
 void setTags(Tags tags)
          XML element: <tags/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1)
 void setUsageDescription(UsageDescription usageDescription)
          XML element: <usage-description/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1)
 void setXmlname(Xmlname xmlname)
          XML element: <name/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1)
 
Methods inherited from class xdoclet.sdk.xgg.XGGPojo
checkValue, checkVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Namespace

public Namespace()
Default constructor. Should not be called explicitly. It's available only to be able to convert xml into beans with Betwixt.


Namespace

public Namespace(Xdoclet parent)
          throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.
Method Detail

setXmlname

public final void setXmlname(Xmlname xmlname)
                      throws IllegalStateException

XML element: <name/>

This element exists in the following versions: The cardinality is (1..1)

Parameters:
xmlname - the Xmlname to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getXmlname

public final Xmlname getXmlname()

setUsageDescription

public final void setUsageDescription(UsageDescription usageDescription)
                               throws IllegalStateException

XML element: <usage-description/>

This element exists in the following versions: The cardinality is (1..1)

Parameters:
usageDescription - the UsageDescription to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getUsageDescription

public final UsageDescription getUsageDescription()

setConditionDescription

public final void setConditionDescription(ConditionDescription conditionDescription)
                                   throws IllegalStateException

XML element: <condition-description/>

This element exists in the following versions: The cardinality is (0..1)

Parameters:
conditionDescription - the ConditionDescription to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getConditionDescription

public final ConditionDescription getConditionDescription()

setCondition

public final void setCondition(Condition condition)
                        throws IllegalStateException

XML element: <condition/>

This element exists in the following versions: The cardinality is (0..1)

Parameters:
condition - the Condition to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getCondition

public final Condition getCondition()

setTags

public final void setTags(Tags tags)
                   throws IllegalStateException

XML element: <tags/>

This element exists in the following versions: The cardinality is (1..1)

Parameters:
tags - the Tags to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getTags

public final Tags getTags()


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.